/* 横向滚动 */
.picCenter {
    width: 1100px;
    height: 63px;
    margin: 15px auto;
}

.xinxiIcon {
    margin: 0 0 -20px auto;
}

.xinxiIcon img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.photo_img img {
    box-sizing: border-box;
    transition: all .7s ease 0s;
}

.photo_img img:hover {
    box-sizing: border-box;
    box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
}

.photo_nr {
    width: 1100px;
}

.photo_nr ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.photo_nr ul li {
    float: left;
    margin: 0 12px;
    text-align: center;
}

.photo_nr p {
    padding: 0;
    margin: 0;
}


#LeftArr {
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 63px;
    text-decoration: none;
    background: url("e_left.png") no-repeat 0 center;
}

#RightArr {
    display: block;
    float: left;
    margin-left: 10px;
    width: 21px;
    height: 63px;
    text-decoration: none;
    background: url("e_right.png") no-repeat 0 center;
}



/* 页尾切换 */
.v_out,
.v_out2,
.v_out3 {
    width: 347px;
    overflow: hidden;
}

.v_show,
.v_show2,
.v_show3 {
    float: left;
    position: relative;
    width: 347px;
    height: 280px;
    overflow: hidden;
}

.v_cont,
.v_cont2,
.v_cont3 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 3470px;
}

.v_cont ul,
.v_cont2 ul,
.v_cont3 ul {
    float: left;
    line-height: 50px;
    text-align: center;
}

.v_cont ul li,
.v_cont2 ul li,
.v_cont3 ul li {
    float: left;
    width: 347px;
    height: 250px;
    text-align: center;
}

.v_cont ul li a,
.v_cont2 ul li a,
.v_cont3 ul li a {
    float: left;
    padding-top: 65px;
    width: 171px;
    height: 116px;
    font-size: 15px;
    color: #0698e8;
}

/*---圆圈---*/
.v_out_p,
.v_out_p2,
.v_out_p3 {
    position: relative;
    overflow: visible
}

.circle,
.circle2,
.circle3 {
    position: absolute;
    /* left: 112px; */
    left: 138px;
    top: 257px;
}

.circle li,
.circle2 li,
.circle3 li {
    width: 30px;
    height: 5px;
    float: left;
    margin-right: 10px;
    background: #b9e3fa;
    border-radius: 2px;
    cursor: pointer;
}

.circle .circle-cur,
.circle2 .circle-cur,
.circle3 .circle-cur {
    background: #1493d4;
}

/*---切换---*/
.prev,
.next {
    float: left;
    padding: 105px 9px 0
}

.prev a {
    background: #f00;
}

.next a {
    background: #f00
}

.prev,
.prev a,
.next,
.next a {
    width: 21px;
    height: 28px;
    display: block
}

/* 图片新闻 */
a.focusBox {
    text-decoration: none;
    color: #FFFFFF
}

a.focusBox:hover {
    color: #FFFFFF
}

.bord {
    width: 503px;
    height: 320px;
}

.focusBox {
    position: relative;
    width: 503px;
    height: 320px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
}

.focusBox .pic {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.focusBox .pic img {
    width: 503px;
    height: 320px;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    line-height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.7;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
    line-height: 36px;
}

.focusBox .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
}

.focusBox .txt li a {
    display: block;
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
    line-height: 36px;
    padding: 0 0 0 10px;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 8px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 30px;
    height: 8px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    width: 25px;
    height: 5px;
    top: 2px;
    left: 0;
    text-decoration: none;
    background: #168fd3;
    color: white;
    border-radius: 2px;
}

.focusBox .num li span {
    z-index: 1;
    background: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
    background: #e5b523;
}